home *** CD-ROM | disk | FTP | other *** search
/ Fifty: Elektronik / FIFTY Elektronik (PS_Computer_Vertrieb).iso / ps8 / fty1048 / gepackt.exe / PADSDEMO / PADS.EXE / MERGE.BAT < prev    next >
Encoding:
DOS Batch File  |  1990-03-08  |  376 b   |  14 lines

  1. echo off
  2. rem 4-25-88 rl call to caeii is caeenter.bat file
  3. rem 4-27-88 replaced call "mslib" to "command /C mslibnm"
  4. if not exist pcae.bat goto top1
  5. DEL PCAE.BAT
  6. :top1
  7. copy \pads\cae\caeii.dat \pads\cae\files\caeexit.bat
  8. cls
  9. cd \pads\cae\lib
  10. rem if using dos 3.3 & beyond, use "CALL" and rem out "command" line below
  11. call mslibnm
  12. rem command /C mslibnm
  13. cd \pads
  14.